home *** CD-ROM | disk | FTP | other *** search
/ El Mac 1 / Magazine.iso / EL MAC 1 / Infotenimiento / Blender / OPENING.Dir / 00421.ls < prev    next >
Encoding:
Text File  |  1995-09-13  |  126 b   |  9 lines

  1. on exitFrame
  2.   global VID
  3.   if the movieTime of sprite 40 < VID then
  4.     go(the frame - 1)
  5.   else
  6.     continue()
  7.   end if
  8. end
  9.